OnClientAutoSizedRow Property
In This Topic
Occurs after the user auto-sizes a row by double-clicking the bottom edge of a row header cell.
Syntax
'Declaration
Public Overridable Property OnClientAutoSizedRow As System.String
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.String
instance.OnClientAutoSizedRow = value
value = instance.OnClientAutoSizedRow
public virtual System.string OnClientAutoSizedRow {get; set;}
public read-write property OnClientAutoSizedRow: System.String; virtual;
public function get,set OnClientAutoSizedRow : System.String
public: __property virtual System.string* get_OnClientAutoSizedRow();
public: __property virtual void set_OnClientAutoSizedRow(
System.string* value
);
public:
virtual property System.String^ OnClientAutoSizedRow {
System.String^ get();
void set ( System.String^ value);
}
See Also